home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 123
/
(Vol 123) Jan 13 2011.iso
/
Games
/
girl_makeover_9.swf
/
scripts
/
frame_12
/
DoAction.as
Wrap
Text File
|
2011-01-13
|
399b
|
18 lines
function SetPrintJob()
{
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root",{printAsBitmap:true});
my_pj.send();
delete my_pj;
}
stop();
play_b = true;
if(this.girl_mc.x0 and this.girl_mc.y0)
{
this.girl_mc._x = this.girl_mc.x0;
this.girl_mc._y = this.girl_mc.y0;
this.girl_mc._xscale = this.girl_mc._yscale = 100;
this.girl_mc._rotation = 0;
}